home *** CD-ROM | disk | FTP | other *** search
/ TD on CD Volume 4 #2 / TD on CD (Volume 4, Issue 2) (USA).bin / APPS / Citrix / SETUP.INI < prev    next >
INI File  |  1996-08-16  |  2KB  |  49 lines

  1. ;
  2. ; WinFrame Test Drive - Customization INI file additions/changes
  3. ;   Location: setup.ini on install diskette
  4. ; Sections/Key Name
  5. ;   [Startup]
  6. ;     AppName - Name to display on installation background panel
  7. ;
  8. ;   [WFTDrvCustConnTypes]
  9. ;     IP   - IP capable demo server, thus enables IP client install
  10. ;     Dial - Dial-in capable demo server, thus enables async client install
  11. ;
  12. ;     Values - "YES" or "NO" (case-insensitive).
  13. ;              Defaults to "YES" for both
  14. ;
  15. ;   [WFTDrvCustBitmaps]
  16. ;     Count - Number of custom bitmaps for insertion into BACK/NEXT dialog
  17. ;             box(es).  If "0" no "Bitmap<x>" keys are even checked.
  18. ;     Bitmap<n> - "Bitmap" is root of a sequence key for each bitmap.
  19. ;                 e.g. "Bitmap1=" is key for first dialog's insertion bitmap.
  20. ;                 and  "Bitmap2=" is key for second, and so on.
  21. ;
  22. ;   Customized Notes:
  23. ;
  24. ;     1) If custbmps.pif is present it is executed (it in turn specifies the
  25. ;        custbmps.exe file to run) to extract the customized bitmaps (see
  26. ;        the "WFTDrvCustConnBitmaps" secion).  This PIF/EXE combination
  27. ;        allows the installation program to run and wait for a non-Windows
  28. ;        application to finish.
  29. ;
  30. ;     2) If custbmps.exe is not present, but custbmps.exe is present the .EXE
  31. ;        file is executed.  Unlike (1) the custbmps.exe must be a Windows
  32. ;        application or the installation program will NOT wait for it to
  33. ;        complete.
  34. ;
  35. [Startup]
  36. AppName = Citrix WinFrame Test Drive
  37. AppNameFontSize=36
  38.  
  39. [WFTDrvCustConnTypes]
  40. IP = YES
  41. DIAL = YES
  42.  
  43. [WFTDrvCustBitmaps]
  44. Count = 0
  45. Bitmap1 = cust1.bmp
  46. Bitmap2 = cust2.bmp
  47. Bitmap3 = cust3.bmp
  48.  
  49.